negotiator.issue
Class Value

java.lang.Object
  extended by negotiator.issue.Value
Direct Known Subclasses:
ValueDiscrete, ValueInteger

public class Value
extends java.lang.Object

Specifies a generic value of an issue. This superclass needs to be extended by a subclass.


Constructor Summary
Value()
          Empty constructor used to create a new Value.
 
Method Summary
 ISSUETYPE getType()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Value

public Value()
Empty constructor used to create a new Value.

Method Detail

getType

public ISSUETYPE getType()
Returns:
type of the issue.

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object